Interview Questions and Answer
Options:
a. Microsoft.SharePoint and Microsoft.SharePoint.Client
b. Microsoft.SharePoint.Client and Microsoft.SharePoint.Client.Runtime
c. Microsoft.Client and Microsoft.Client.Runtime
d. None of the above
Reveal Answer
Options:
a. It can be used in .NET Console Applications
b. It can be used in Windows applications
c. It can be used in Web Applications.
d. All the above
Reveal Answer
Options:
a. A SilverLightWebpart is used to embed the Silverlight application .xap file
b. Microsoft.SharePoint.Client.Silverlight and Microsoft.SharePoint.Client.Silverlight.Runtimedlls must be referenced.
c. The dlls are located at /_layouts/15/ClientBin
d. All the above
Reveal Answer
Options:
a. .NET Managed Client Object Model
b. Silverlight Client Object Model
c. ECMAScript Client Object Model
d. REST based Client Object Model
e. All of the above
Reveal Answer
Options:
a. SPClientContext
b. ClientContext
c. CurrentClientContext
d. None of the above
Reveal Answer
Options:
a. CamlQuery
b. SPClientCamlQuery
c. SPQuery
d. ClientCamlQuery
Reveal Answer
Options:
a. It is used to establish connection between Sharepoint server and the client side application
b. It performs an in-place load of data into the Client objects like Site, Web, List and ListItem
Reveal Answer
Options:
a. We use Linq queries to execute the CSOM
b. It is called a Queryable load as it returns an enumerable collection of results
c. We use Linq to Objects to frame the queries
d. All above
Reveal Answer
Options:
a. You can now access Client.svc directly using REST calls
b. New APIs for server side functionality and Windows Phone development
c. ODATA implementation
d. All the above
Reveal Answer
Options:
a. The code waits for SharePoint to send back the response.
b. The code does not wait for SharePoint to respond and continues execution.
Reveal Answer
Options:
a. It is Synchronous in nature.
b. It is Asynchronous in nature.
Reveal Answer
Options:
a. ExecuteQueryAsync(callback success,callback failure)
b. ExecuteQueryAsync()
Reveal Answer
Options:
a. .aspx file
b. xml file
c. .xap file
d. None of the above
Reveal Answer
Options:
a. It works asynchronously
b. Cross site scripting is not allowed
c. To work with Sharepoint data on a page that uses ECMAScript, a form digest control should be added for security validation
d. It uses SP.js library
e. All the above
Reveal Answer
Bestdotnet google plus